projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e37ae40
)
sandbox: sort header files in os.c
author
Simon Glass
<
[email protected]
>
Tue, 10 Jan 2012 23:54:05 +0000
(15:54 -0800)
committer
Mike Frysinger
<
[email protected]
>
Mon, 12 Mar 2012 15:03:41 +0000
(11:03 -0400)
Tidy this up as the list is long and likely to get longer.
Signed-off-by: Simon Glass <
[email protected]
>
Signed-off-by: Mike Frysinger <
[email protected]
>
arch/sandbox/cpu/os.c
patch
|
blob
|
history
diff --git
a/arch/sandbox/cpu/os.c
b/arch/sandbox/cpu/os.c
index 6d55b5cbcef54577d16e5efec823cd38916c2bd8..a1d324b51f6b8dd3c2524d7ebb3a488ca8d2d8c8 100644
(file)
--- a/
arch/sandbox/cpu/os.c
+++ b/
arch/sandbox/cpu/os.c
@@
-19,15
+19,15
@@
* MA 02111-1307 USA
*/
+#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <termios.h>
-#include <unistd.h>
#include <time.h>
-#include <errno.h>
-#include <sys/types.h>
-#include <sys/stat.h>
+#include <unistd.h>
#include <sys/mman.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include <linux/types.h>
#include <os.h>